home *** CD-ROM | disk | FTP | other *** search
- ! DECwindows expects Help to be Mod5!?!.
- ! The Amiga "Help" key can't be a modifier, so Right-Amiga is assigned to Help.
- ! First remove Right-Amiga (Meta_R) from the Meta (Mod1) Modifier list.
- ! Second, reassign the Amiga "Help" key to the Find function.
- ! Third, redefine Right-Amiga from Meta_R to Help.
- ! Fourth, make the Right-Amiga (Help function) Mod5.
- ! Last, Change Alt_R from Mod2 to Mod1 (Meta).
- remove Mod1 = Meta_R
- keycode 103 = Find
- keycode 111 = Help
- add Mod5 = Help
- remove Mod2 = Alt_R
- add Mod1 = Alt_R
-